Anchor(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor
Initializes a new instance of the
Anchor class
Namespace: Independentsoft.Office.VmlAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public Anchor(
int leftColumn,
int leftOffset,
int topRow,
int topOffset,
int rightColumn,
int rightOffset,
int bottomRow,
int bottomOffset
)
Public Sub New (
leftColumn As Integer,
leftOffset As Integer,
topRow As Integer,
topOffset As Integer,
rightColumn As Integer,
rightOffset As Integer,
bottomRow As Integer,
bottomOffset As Integer
)
Parameters
- leftColumn Int32
-
- leftOffset Int32
-
- topRow Int32
-
- topOffset Int32
-
- rightColumn Int32
-
- rightOffset Int32
-
- bottomRow Int32
-
- bottomOffset Int32
-